home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 8 / The Arsenal Files Collection #8 (Arsenal Computer) (1996).ISO / g_quake / traps.zip / BOOBY.TXT < prev    next >
Text File  |  1996-09-14  |  2KB  |  54 lines

  1. ===============================================================================
  2. Title                   : Booby Trap
  3. Filename                : booby/src/weapons.qc
  4.  
  5. Author                  : Mark Morgan (mjmorgan@usa.net)
  6.  
  7. Description             : Lays down what appears to be a box of missiles.
  8.               When another player tries to pick one up... boom!
  9.               They get a mouthfull!  Will hopefully keep those 
  10.               rocket hungry freaks on their toes.
  11.  
  12. Usage                  : Extract this ZIP file to a directory called
  13.                               booby under your QUAKE directory.
  14.                           Edit the file CONFIG.CFG in your QUAKE\ID1
  15.                               directory and add the following line:
  16.                                  bind b "impulse 120"
  17.                                  This will assign b to setting booby traps.
  18.                           Switch to your QUAKE directory and type:
  19.                                  QUAKE.EXE -GAME BOOBY
  20.               Use the 'b' key to lay a booby trap.  You must
  21.                 have at least 5 bombs to set one.
  22.             
  23.  
  24. ============================================================================================
  25. * Play Information *
  26. Level #                 : N/A
  27. Single Player           : Only effective on other players in a DeathMatch
  28. Cooperative 2-4 Player  : Why?
  29. Deathmatch 2-4 Player   : Yes
  30. Difficulty Settings     : N/A
  31. New Sounds              : No
  32. New Graphics            : No
  33. New Music               : No
  34. New Weapons             : Booby Trap
  35. Demos Replaced          : None
  36.  
  37.  
  38. * Construction *
  39. Base                    : weapons.qc
  40.  
  41. Editor(s) used          : wordpad and MSDEV.EXE (C++ editor, great for 
  42.                          viewing code in colors)
  43.  
  44. * Copyright / Permissions *
  45.     Just give me credit...
  46.  
  47. * Where to get this file *
  48.     Who knows?
  49.  
  50. * How to mail me *
  51.     mjmorgan@usa.net
  52.  
  53. ===============================================================================
  54.